sample presentation

A quick guide

By Kishore Puthezhath

The title of presentation

yaml of the quarto document should include the necessary title and format ( as revealjs)

---
title: "sample presentation"
subtitle: "A quick guide"
author: "By Kishore Puthezhath"
format:
  revealjs:
    logo: /images/tie-01.png
    footer: "Kishore Puthezhath FRCS (Tr & Orth)(Eng)"
    smaller: true
    scrollable: true
    chalkboard: true
    multiplex: true
    code-copy: true
publish: false
---

Individual slides

They are marked with # or ## and forms the title of the slide

Incremental Points

:::{.incremental} 
- This comes first

- This second
:::
  • This comes first

  • This second

Columns

:::{.columns} 
This is outside the column, may be heading
:::{.column .fragment .width="50%"} 
content 1 
:::

::: {.column .fragment} 
content 2 

:::
This is outside the column, again a legent or something like that .incremental works only with list 
:::
#The .fragment span style helps to achieve sequencial appearance, just like .incremental in list.

This is outside the column, may be heading

content 1

content 2


This is outside the column, again a legent or something like that

Footnote and Speaker notes

:::aside
for footnote
:::
::: notes
for speaker notes.
::: 
Hit `s` to reveal speaker notes

Font colour

Go to visual editor in r

Highlight the word and open span from format in visual editor

enter the colour of choice after color:

Tabsets

::: {.panel-tabset}
### Tab A 
content 
### Tab B
others
:::

Tabsets

content

others

Pause

content before 
. . . 
Content after

content before

Content after

Go back to knotes

knotes